Skip to main content

pointerFocus

Type

property

Summary

Specifies whether typed text is sent to the window under the mouse pointer or to the frontmost window.

Syntax

set the pointerFocus to {true | false}

Description

Use the pointerFocus property to determine how the active window is determined.

On Unix systems, if the pointerFocus property is false, clicking inside a window makes it the active window. This is the recommended setup.

If the pointerFocus property is true, moving the mouse pointer into a window makes it the active window. Set the pointerFocus to true to work around problems in some Unix window managers (specifically, "olwm" and "fvwm" ) that prevent active-focus applications such as LiveCode from operating correctly.

If the application is started from a Unix command line, this property can be set to true on startup by using the -pointerfocus option.

Cross-platform note

On Mac OS, OS X, and Windows systems, setting the pointerFocus property to false changes window activation in minor ways which are not particularly useful, and has no other effect.

Examples

set the pointerFocus to true

glossary: property, OS X, explicit focus, active window, Windows, Motif, Mac OS, Unix, mouse pointer

property: raiseMenus

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?